POST
Get Users
http://localhost/easyweb.com/api/user/add

Username : electrocom
Password : electrocom

Request:

	"ownerid": "2",
        "type": "U",
        "user_type": "user",
        "clientid": null,
        "name": "User3",
        "username": "user3",
        "email": "user3@gmail.com",
        "mobile": "9999999999",
        "city": "Ahmedabad",
        "area": "Usmanpura",
        "add1": "Aashram Road",
        "add2": "Aashram Road",
        "pin": "380054",
        "compname": "Electrocom",
        "prefession": "Accountant",
        "gstin": "987462fFDC154",
        "gstinfile": null,
        "panno": "1234567890",
        "eo": true,
        "e": true,
        "t": true,
        "a": false,
        "c": false,
        "eg": true,
        "ea": false,
        "eosrno": "123456",
        "egsrno": "125489",
        "easrno": null,
        "state": "Gujarat"

Response:

{
    "status": 1,
    "msgcode": "SUCCESS",
    "message": "User has been added successfully.",
    "tab-id": 11,
    "data": {
        "ownerid": "2",
        "type": "U",
        "user_type": "user",
        "clientid": null,
        "name": "User3",
        "username": "user3",
        "email": "user3@gmail.com",
        "mobile": "9999999999",
        "city": "Ahmedabad",
        "area": "Usmanpura",
        "add1": "Aashram Road",
        "add2": "Aashram Road",
        "pin": "380054",
        "compname": "Electrocom",
        "prefession": "Accountant",
        "gstin": "987462fFDC154",
        "gstinfile": null,
        "panno": "1234567890",
        "eo": true,
        "e": true,
        "t": true,
        "a": false,
        "c": false,
        "eg": true,
        "ea": false,
        "eosrno": "123456",
        "egsrno": "125489",
        "easrno": null,
        "state": "Gujarat"
    }
}